Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > CodeCoverageFileName

CodeCoverageFileName

String (file-name)

None

Purpose

The CodeCoverageFileName parameter contains the name of the output file for the reported data during your code coverage session. If you do not specify a value for the CodeCoverageFileName parameter or assign a value to the codeCoverageFileName property, the name of the output file is application-name_YYYYMMDD_hhmmss.ccd; for example, interpreter_20090302_133220.ccd.

If the file name does not contain a path specification, the file is output to the directory specified in the CodeCoverageDirectory parameter.

You can override the parameter at run time by assigning a value to the codeCoverageFileName property of the JadeProfiler instance.